Order Feasibility API

(0 reviews)

Rate limits

All requests sent from a specific API consumer to the Order Feasibility API may be subject to a rate limit.

Rate limiting restricts the number of requests the API accepts for processing over a given time period (time window) to ensure stability and prevent misuse. If the number of requests exceeds the rate limit, then subsequent requests are rejected.

Note: If your requests are subject to rate limiting, the responses you receive will include header information about the status of the rate limit.

The following rate limits may apply:

HeaderDescriptionExample
x-ratelimit-limitThe number of requests allowed per minute.59 - Rate limit of 59 requests.
x-ratelimit-remainingThe number of requests left in the time window of 1 minute.10 – Rate limit of 10 requests.
x-ratelimit-resetThe time window, within which requests are counted, for determining the rate limit (milliseconds).60000 - Time window of 1 Minute, the time bound applied to the rate limiting.

Reviews